You must invert the bit string with the bitwise NOT operator ( ~ ), then AND it. ... struct bits { unsigned int a:1; unsigned int b:1; unsigned int c:1; }; ... ... <看更多>
Search
Search
You must invert the bit string with the bitwise NOT operator ( ~ ), then AND it. ... struct bits { unsigned int a:1; unsigned int b:1; unsigned int c:1; }; ... ... <看更多>